home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / i2c / algos / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  351 b   |  22 lines

  1. #
  2. # I2C algorithm drivers configuration
  3. #
  4.  
  5. menu "I2C Algorithms"
  6.     depends on !I2C_HELPER_AUTO
  7.  
  8. config I2C_ALGOBIT
  9.     tristate "I2C bit-banging interfaces"
  10.  
  11. config I2C_ALGOPCF
  12.     tristate "I2C PCF 8584 interfaces"
  13.  
  14. config I2C_ALGOPCA
  15.     tristate "I2C PCA 9564 interfaces"
  16.  
  17. config I2C_ALGO_SGI
  18.     tristate
  19.     depends on SGI_IP22 || SGI_IP32 || X86_VISWS
  20.  
  21. endmenu
  22.